Builder

class Builder : GeneratedMessage.Builder<BuilderT> , ConnStatusProtos.NetworkConnectionStatusOrBuilder

Ethernet or WiFi connection status
Protobuf type meshtastic.NetworkConnectionStatus

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

IP address of device
fixed32 ip_address = 1;
Link copied to clipboard

Whether the device has an active connection or not
bool is_connected = 2;
Link copied to clipboard

Whether the device has an active connection to an MQTT broker or not
bool is_mqtt_connected = 3;
Link copied to clipboard

Whether the device is actively remote syslogging or not
bool is_syslog_connected = 4;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getIpAddress(): Int

IP address of device
fixed32 ip_address = 1;
Link copied to clipboard

Whether the device has an active connection or not
bool is_connected = 2;
Link copied to clipboard

Whether the device has an active connection to an MQTT broker or not
bool is_mqtt_connected = 3;
Link copied to clipboard

Whether the device is actively remote syslogging or not
bool is_syslog_connected = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

IP address of device
fixed32 ip_address = 1;
Link copied to clipboard

Whether the device has an active connection or not
bool is_connected = 2;
Link copied to clipboard

Whether the device has an active connection to an MQTT broker or not
bool is_mqtt_connected = 3;
Link copied to clipboard

Whether the device is actively remote syslogging or not
bool is_syslog_connected = 4;